Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL40200
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Segment Description Master Group Display Name: Account Master
Physical Name: GL40200
Technical Name: GL_Segment_Description_SETP
Group Technical Name: Account Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SGMTNUMB | Segment Number | Integer | INT2 | 2 | |
2 | SGMNTID | Segment ID | String | STR66_Seg_ID | 66 | |
3 | DSCRIPTN | Description | String | STR30 | 30 | |
4 | SEGCOUNT | Segment Count | Long Integer | Long Int | 8 | |
5 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Segment Description Master'].NOTEINDX AS 'Segment Description Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
GL40200 AS ['Segment Description Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Segment Description Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |